home *** CD-ROM | disk | FTP | other *** search
/ 20th Century Newsmakers / 20th Century Newsmakers (2000)(Scarlet Software).iso / LANGUAGE / INDEX.DFM / INDEX.txt
Text File  |  1996-11-13  |  2KB  |  100 lines

  1. object IndexWnd: TIndexWnd
  2.   Hint = 'INDEX WINDOW'
  3.   object CloseButton: TImage
  4.     Hint = 'CLOSE SEARCH WINDOW'
  5.   end
  6.   object MinButton: TImage
  7.     Hint = 'CLOSE SEARCH WINDOW'
  8.   end
  9.   object rxLabel2: TrxLabel
  10.     Caption = 'Name'
  11.   end
  12.   object CaptionBar: TrxLabel
  13.     Hint = 'MOVE SEARCH WINDOW'
  14.     Caption = 'Index'
  15.   end
  16.   object ListBox: TListBox
  17.     Hint = 'SELECT FROM LIST'
  18.   end
  19.   object Edit: TEdit
  20.     Hint = 'INPUT SEARCH NAME'
  21.   end
  22.   object Panel1: TPanel
  23.     object CheckBox1: TCheckBox
  24.       Caption = 'Politics'
  25.     end
  26.     object CheckBox2: TCheckBox
  27.       Caption = 'Business'
  28.     end
  29.     object CheckBox3: TCheckBox
  30.       Caption = 'Military'
  31.     end
  32.     object CheckBox4: TCheckBox
  33.       Caption = 'Crime'
  34.     end
  35.     object CheckBox5: TCheckBox
  36.       Caption = 'Science'
  37.     end
  38.     object CheckBox6: TCheckBox
  39.       Caption = 'Religion'
  40.     end
  41.     object CheckBox7: TCheckBox
  42.       Caption = 'Arts'
  43.     end
  44.     object CheckBox8: TCheckBox
  45.       Caption = 'Sport'
  46.     end
  47.   end
  48.   object YearTo: TLabel
  49.     Caption = 'to'
  50.   end
  51.   object ComboMonth: TComboBox
  52.     Items.Strings = (
  53.       'January'
  54.       'February'
  55.       'March'
  56.       'April'
  57.       'May'
  58.       'June'
  59.       'July'
  60.       'August'
  61.       'September'
  62.       'October'
  63.       'November'
  64.       'December')
  65.   end
  66.   object Born: TCheckBox
  67.     Caption = 'Born'
  68.   end
  69.   object Died: TCheckBox
  70.     Caption = 'Died'
  71.   end
  72.   object ByMonth: TCheckBox
  73.     Caption = 'Month'
  74.   end
  75.   object ByZodiac: TCheckBox
  76.     Caption = 'Zodiac'
  77.   end
  78.   object ComboZodiac: TComboBox
  79.     Items.Strings = (
  80.       'Aries'
  81.       'Taurus'
  82.       'Gemini'
  83.       'Cancer'
  84.       'Leo'
  85.       'Virgo'
  86.       'Libra'
  87.       'Scorpio'
  88.       'Sagittarius'
  89.       'Capricorn'
  90.       'Aquarius'
  91.       'Pisces')
  92.   end
  93.   object ByDay: TCheckBox
  94.     Caption = 'Day'
  95.   end
  96.   object ByYear: TCheckBox
  97.     Caption = 'Year'
  98.   end
  99. end
  100.